FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/ext-mi-code-type

Packageca.on.mi.pkg
Resource TypeStructureDefinition
Idext-mi-code-type
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.mi.pkg@0.9.0-beta-3-testing&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-code-type
URLhttp://ontariohealth.ca/fhir/StructureDefinition/ext-mi-code-type
Version0.9.0
Statusactive
Date2024-04-19T02:20:56.4940505+00:00
NameExtMiCodeType
TitleMI Code Type
Realmca
TypeExtension
Kindcomplex-type

Resources that use this resource

No resources found


Resources that this resource uses

ValueSet
mi-code-typeMedical Imaging Code Type

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "ext-mi-code-type",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-code-type",
  "version": "0.9.0",
  "name": "ExtMiCodeType",
  "title": "MI Code Type",
  "status": "active",
  "date": "2024-04-19T02:20:56.4940505+00:00",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Coding"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "MI Code Type"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-code-type"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "description": "Indicates the MI Code Types",
          "valueSet": "http://ontariohealth.ca/fhir/ValueSet/mi-code-type"
        }
      }
    ]
  }
}